home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI434.ASC < prev    next >
Text File  |  1991-09-11  |  914b  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  TURBO PASCAL FOR THE MACINTOSH         NUMBER  :  434
  9.   VERSION  :  1.00a/1.1
  10.        OS  :  SYSTEM 4.2/FINDER 6.0
  11.      DATE  :  MAY 3, 1988                              PAGE  :  1/1
  12.  
  13.     TITLE  :  SHUTDOWN MANAGER
  14.  
  15.  
  16.  
  17.  
  18.   The calls to the ShutDown  Manager  where  implemented  after the
  19.   release of version 1.1 of  Turbo Pascal. The description of these
  20.   routines  are  listed  in Volume V of Inside Macintosh. The calls
  21.   can be implemented as follows:
  22.  
  23.   - PROCEDURE ShutDwnPower; INLINE $3F3C, $0001, $A895;
  24.   - PROCEDURE ShutDwnStart; INLINE $3F3C, $0002, $A895;
  25.   - PROCEDURE ShutDwnInstall
  26.             ( shutDwnProc : ProcPtr; flags : INTEGER );
  27.              INLINE $3F3C, $0003, $A895;
  28.   - PROCEDURE ShutDwnRemove ( shutDwnProc : ProcPtr );
  29.              INLINE $3F3C, $0004, $A895;
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.